home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tm
/
tplelm.ds
< prev
next >
Wrap
Text File
|
1990-11-02
|
455b
|
14 lines
tplelm ::=
Plain lno:int plainline:string |
Foreach lno:int felist:string felines:[tplelm] |
While lno:int whilecond:string whilelines:[tplelm] |
If lno:int ifcond:string ifthen:[tplelm] ifelse:[tplelm] |
Set lno:int setline:string |
Append lno:int appline:string |
Error lno:int errstr:string |
Exit lno:int str:string |
Include lno:int fname:string |
Copy lno:int fname:string |
Insert lno:int fname:string;